/* Стили для стилизованного инфо-блока */
.info-block-styled {
    background-color: #171a24;
    border: 1px solid #212335;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.info-block-styled h2 {
    color: #66728b;
    margin-top: 0;
}

/* Стили для раскрывающихся списков */
.collapsible div {
    margin-bottom: 20px;
}

.collapsible {
    background-color: #181c27;
    color: #a6b7c5; /* Заменили цвет текста */
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 5px;
}

.main-button {
    width: 60%;
}

.active, .collapsible:hover {
    background-color: #181c27;
}

.bm {
    display: flex;
}

.mult-t, .book-t {
    width: 100%;
}

.content {
    padding: 0 18px;
    background-color: #181c27;
    display: none;
    overflow: hidden;
    border-radius: 5px;
}

.content a {
    margin: 5px;
    text-decoration: none;
    color: #9aabb4; /* Заменили цвет текста */
}

.content p {
    margin: 5px;
    text-decoration: none;
    color: #9aabb4; /* Заменили цвет текста */
}

.main-button img {
    width: 100%;
}

.content img {
    width: 50px; /* Размер иконок */
    height: 50px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 100%;
}

/* Стили для details summary */
summary {
    cursor: pointer;
    color: #9aabb4; /* Заменили цвет текста */
}

.trotapediya-main {
    display: flex;
}

.v {
    margin-top: 17%;
}
@media (max-width: 767px) {
    .bm {
        flex-direction: column; /* Перестраиваем элементы в колонку */
    }

    .v {
        margin-top: 0%;
    }

    p{
        max-width: 80%;
    }

    .main-button {
        width: 100%; /* Кнопки занимают всю ширину */
    }

}